Skip to content

style(guard): wrap GIT_FRESHNESS_MESSAGE under 100 chars (fix ruff E501 from #153)#154

Merged
CryptoJones merged 1 commit into
mainfrom
feat/fix-freshness-msg-linelen
Jul 7, 2026
Merged

style(guard): wrap GIT_FRESHNESS_MESSAGE under 100 chars (fix ruff E501 from #153)#154
CryptoJones merged 1 commit into
mainfrom
feat/fix-freshness-msg-linelen

Conversation

@CryptoJones

Copy link
Copy Markdown
Owner

Fixes the ci (ruff) failure introduced by #153: GIT_FRESHNESS_MESSAGE had 5 string lines over the 100-column limit (E501). Rewrapped the literals — identical runtime text, each source line ≤100.

ruff check . clean · 134 guard tests pass locally. Message-text only, no behavior change.

Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/

…uff E501)

The 3.8.6 message (#153) exceeded the 100-col limit on 5 string lines, reddening ci (ruff check .).
Rewrapped the literals — identical runtime text, each source line <=100. ruff clean, 134 guard tests pass.
This is the 'run everything CI runs (ruff + pytest), not just tests' rule I skipped before #153.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@CryptoJones CryptoJones merged commit 768f179 into main Jul 7, 2026
12 of 14 checks passed
@CryptoJones CryptoJones deleted the feat/fix-freshness-msg-linelen branch July 7, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant